home *** CD-ROM | disk | FTP | other *** search
- .k FILENAME/a
- ;
- ;
- ; the .k line allows you to access the name of the file as <FILENAME>
- ; anywhere in this script
- ; NEVER "run" a command
- ;
- ;
- ; NOTE: This file must be named: "d4dproFI" (without the quotes) and must
- ; be located in the s: directory
- ;
- ; To enable the script, turn on the Frame Script render option.
- ; Then save your animation as 24 bit individual frames.
- ;
- ; This example script will take the 24 bit image and convert it to
- ; a DCTV picture with the DCTV utilitiy IFFtoDCTV and then delete
- ; the original 24 bit image.
- ;
- ;
- echo "Processing file <FILENAME>"
- work:dctv/util/ifftodctv <FILENAME> <FILENAME> -w704 -h482 -d4
- delete <FILENAME>
-